home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / tb042fdo.zip / SPAWNBBS.BAT < prev    next >
DOS Batch File  |  1992-05-03  |  148b  |  8 lines

  1. :start
  2. turboard -fd -p%1 -b%2
  3. if errorlevel=255 goto exit
  4. if errorlevel=254 call NODE1.BAT
  5. if errorlevel=253 call NODE2.BAT
  6. goto start
  7. :exit
  8.